home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_11_01
/
1101022b
< prev
next >
Wrap
Text File
|
1992-11-04
|
189b
|
11 lines
/* API.H */
int DefineHotSpot (int id, int x1, int y1, int x2, int y2);
.
.
.
/* Application */
#define ID_HELP_BUTTON 10
DefineHotSpot (ID_HELP_BUTTON, 10,20,50,40);